These constants specify the type of join for paths. The appearance of sharp and curve joins is shown in "Joins" .
enum {
gxSharpJoin = 0x0000, /* pointed elbow */
gxCurveJoin = 0x0001, /* curved elbow */
gxLevelJoin = 0x0002
};
| Previous | Chapter Contents | Chapter Top | Next |